/* 清空规则 */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #01519A;
  border-radius: 32px;
}

::-webkit-scrollbar-track {
  background-color: #636363;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* 头部开始 */

.header {
  width: 100%;
  background-color: #00509A;
}

.header_div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  font-size: 0;
}

.header_catalogs_A_C {
  color: white;
  /* font-size: 20px; */
}

.header_catalogs_A_li {
  position: relative;
}

.header_catalogs_A_li:hover .header_catalogs_A_C_AAAA {
  display: block;
}

.header_catalogs_A_C_AAAA {
  padding-top: 24.5px;
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  width: 200px;
}

.header_catalogs_A_C_AAAACC {
  background-color: white;
}

.header_catalogs_A_C_AAAA li {
  padding: 10px;
}

.header_catalogs_A_C_AAAA li a {
  color: #000;
}

.header_catalogs_A_C_AAAA li:hover {
  background-color: #D8000D;
}

.header_catalogs_A_C_AAAA li:hover a {
  color: white;
}

.header_catalogs_A {
  display: flex;
}

.header_catalogs_A_li {
  margin-right: 25px;
  width: 86px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.header_catalogs_A_C_AAAACC li {
  width: auto;
  height: auto;
  line-height: initial;
  text-align: left !important;
}

.header_catalogs_img img {
  width: 30px;
  height: 30px;
  font-size: 0;
  margin-right: 20px;
}


.header_catalogs_A_li:nth-last-child(2) {
  margin-right: 240px;
}

.header_catalogs_A_C:hover {
  background-color: #D8000D;
  border-radius: 5px;
  padding: 7px 10px;
}

.header_catalogs_img {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  width: 374px;
  height: 100px;
  padding-left: 15px;
  background-color: #D8000D;
}

.header_catalogs_img div {
  font-size: 24px;
}

.foot {
  background-color: #D8000D;
}

.foot_div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.foot_erweim {
  width: 150px;
  display: flex;
  justify-content: center;
}

.foot_erweim img {
  width: 125px;
  height: 125px;
}

.foot_about {
  width: 290px;
  color: white;
}

.foot_about li:nth-child(1) {
  margin-bottom: 30px;
}

.foot_about li {
  margin-bottom: 10px;
}

.dizhi {
  display: flex;
}

.dizhi div:nth-child(1) {
  width: 65px;
}

.foot_logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 220px;
}

.foot_ul {
  display: flex;
}

.foot_li {
  margin-right: 25px;
  margin-bottom: 50px;
}

.foot_li>a {
  color: white;
  font-size: 18px;
}

.foot_about li:nth-child(1) {
  font-size: 18px;
}

.foot_li_ul {
  margin-top: 30px;
}

.foot_li_u_li {
  margin-bottom: 10px;
}

.foot_li_u_li a {
  color: white;
}

.beied {
  border-top: 1px solid white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 16px;
  color: white;
}

.beied a {
  color: white;
}

.foot_logo div:nth-child(2) {
  font-size: 25px;
  font-family: "汉仪彩云体简";
  color: white;
  width: 100%;
}

.foot_logo div:nth-child(1) {
  height: 20px;
}

.longenger {
  position: relative;
}

.longenger_A {
  position: absolute;
  top: 100%;
  left: -65%;
  z-index: 50;
  width: 200px;
  padding-top: 25px;
  display: none;
}

.longenger_A div {
  background-color: white;
}

.longenger_A a {
  width: 100%;
  display: block;
  color: #00509A;
  transition: all .5s;
}

.longenger_A a:hover {
  background-color: #D8000D;
  color: white;
}

.longenger:hover .longenger_A {
  display: block;
}

@media (max-width:1780px) {
  .header_catalogs_A_li {
    margin-right: 15px;
  }
}

@media (max-width:1750px) {
  .header_div {
    width: 80%;
  }

  .foot_div {
    width: 87%;
  }

  .header_catalogs_img {
    width: 304px;
  }
}

@media (max-width:1620px) {
  .header_catalogs_A_li {
    margin-right: 5px;
  }
}

@media (max-width:1550px) {
  .foot_u {
    width: 400px;
  }

  .foot_ul {
    flex-wrap: wrap;
  }

  .header_catalogs_A_li:nth-last-child(2) {
    margin-right: 180px;
  }
}

@media (max-width:1540px) {
  .header_div {
    width: 90%;
  }

  .header_catalogs_A_li:nth-last-child(2) {
    margin-right: 260px;
  }
}

@media (max-width:1480px) {
  .header_catalogs_A_li:nth-last-child(2) {
    margin-right: 160px;
  }

  .header_catalogs_img {
    width: 280px;
  }
}

@media (max-width:1460px) {
  .header_catalogs_img {
    width: 214px;
  }

  .header_div {
    width: 90%;
  }

  .foot_div {
    width: 97%;
  }
}

@media (max-width:1340px) {
  .header_catalogs_A_li:nth-last-child(2) {
    margin-right: 240px;
  }

  .header_div {
    width: 98%;
  }


}

@media (max-width:1300px) {
  .header_catalogs_A_li {
    margin-right: 20px;
  }
}

@media (max-width:1300px) {
  .header_catalogs_img {
    display: none;
  }

  .header_catalogs_A_li:nth-last-child(2) {
    margin-right: 0;
  }

  .foot_logo div:nth-child(2) {
    margin-top: -180px;
  }

  .header_div {
    width: 90%;
  }
}

@media (max-width:1130px) {
  .foot_u {
    width: 340px;
  }

  .foot_about {
    width: 285px;
  }
}

.xiaopin {
  display: none;
}

@media (max-width:1300px) {
  .longenger {
    display: none;
  }

  .foot_logo div:nth-child(1) {
    height: auto;
  }
}

@media (max-width:1120px) {
  .header_catalogs {
    display: none;
  }

  .xiaopin {
    display: block;
  }

  .fenleimolu div {
    width: 50px;
    height: 8px;
    margin: 8px 0;
    background-color: #D8000D;
    border-radius: 50px;
  }

}

@media (max-width:1030px) {


  .foot_u {
    display: none;
  }

  .foot_div {
    justify-content: center;
    flex-wrap: wrap;
  }

  .foot_logo div:nth-child(2) {
    margin-top: 0;
  }

  .foot_logo,
  .foot_u,
  .foot_erweim {
    width: 100%;
    margin-bottom: 30px;
  }

  .foot_about {
    margin-bottom: 30px;
  }

  .foot_logo {
    text-align: center;
  }

  .fenleimolu_A {
    width: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    z-index: 21;
    display: none;
  }

  .fenleimolu_A a {
    color: black;
    font-size: 18px;
    display: block;
    width: 100%;
  }

  .fenleimolu_A li {
    padding: 10px;
  }

  .fenleimolu_A li:hover {
    background-color: #D8000D;
  }

  .fenleimolu_A li:hover a {
    color: white;
  }
}

.fenleimolu_A {
  display: none;
}

.scrolled {
  position: fixed;
  z-index: 20;
}





.slideCon {
  position: fixed;
  top: 100px;
  z-index: 8;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  background: #fff;
  transition: linear;
  z-index: 50;
}

.pric {
  margin-top: 50px;
}

.proLeft:nth-child(1) {
  padding-bottom: 150px;
}

.proSlide {
  display: flex;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  justify-content: center;
  background: #fff;
}

.slideCon a {
  color: #fff;
  display: block;
  line-height: 40px;
  transition: all .5s;
}

.proLeft1 {
  padding: 20px 0;
  margin: 0 10px;
  width: 440px;
  border-right: 1px solid #aaa;
}

.proLeft {
  padding: 20px 0;
  margin: 0 10px;
  width: 440px;
}

.proaa a,
.proaa1 a,
.proaa2 a,
.proaa3 a {
  width: 400px;
  padding-left: 10px;
  color: #222;
  border-radius: 5px;
  margin: 10px 10px;
  background: #eee;
  font-size: 16px;
  line-height: 30px;
}

.pronaa,
.pronaa1,
.pronaa2,
.pronaa3 {
  width: 400px;
  padding-left: 10px;
  margin: 25px 10px;
  border-radius: 5px;
  font-weight: 600;
  color: #222;
  background: #D8000D;
}

.proLeft a:hover {
  background: #00509A;
  color: #fff;
}

.proLeftsad a:hover {
  background: #D8000D;
  color: #fff;
}

.proRight img {
  height: 400px;
}

.proRight {
  width: 350px;
}

@media (max-width:380px) {
  .dizhi div:nth-child(1) {
    width: 83px;
  }

}